.struct-org-container{
    background-color: #ffffff;
    display: flex;
    gap: 2rem;
    margin-bottom: 2rem;
    margin-top: 2rem;
    padding: 2rem 4rem;
    /* width: 70%; */
}
.struct-item{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 1rem;

}
.struct-item p {
    text-align: center;
    font-size: .6rem;
}
.first-col, .second-col{
    width: 25%;
}
.first-col img, .second-col img{
border-radius: 5px;
/* box-shadow: 0 0 20px 0 rgba(0,0,0,.2); */
height: 4rem;
width: 4rem;
margin-bottom: .4rem;
}
.main-img-container{
    width: 35rem;
    position: relative;

}
.struct-main-img{
    display: flex;
    background-image:url('/assets/img/Students.png');
    background-position: center;
    background-size:cover;
    width: 70%;
    height: 90%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

/* .struct-main-img img{
    object-fit: cover;
} */
